Feature: Publicar una nueva página

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
1m 32.025s

Scenario: Como usuario admin que ha iniciado sesión en ghost

Before 0m 1.001s
Given I navigate to page "http://localhost:2368/ghost/#/signin" 0m 1.416s
When I login with "<USER_EMAIL>" and "<USER_PASSWORD>" 0m 1.210s
And I wait 0m 5.946s
And I click on the Pages tab 0m 1.035s
And I wait 0m 5.521s
And I click on the New Page button 0m 0.974s
And I fill out a new page contents with title "<PAGE_TITLE>" 0m 1.534s
And I wait 0m 5.514s
And I click publish the page without scheduling 0m 0.916s
And I wait 0m 5.530s
Then I navigate to page "http://localhost:2368/ghost/#/pages?type=published" 0m 0.771s
And I should see the new page published called "<PAGE_TITLE>" 0m 0.641s
After 0m 0.016s

Screenshots

Before
NO IMAGE AVAILABLE
Given I navigate to page "http://localhost:2368/ghost/#/signin"
When I login with "<USER_EMAIL>" and "<USER_PASSWORD>"
And I wait
And I click on the Pages tab
And I wait
And I click on the New Page button
And I fill out a new page contents with title "<PAGE_TITLE>"
And I wait
And I click publish the page without scheduling
And I wait
Then I navigate to page "http://localhost:2368/ghost/#/pages?type=published"
And I should see the new page published called "<PAGE_TITLE>"
After
NO IMAGE AVAILABLE